Conversation
Bumps [manusa/actions-setup-minikube](https://github.com/manusa/actions-setup-minikube) from 2.15.0 to 2.16.0. - [Release notes](https://github.com/manusa/actions-setup-minikube/releases) - [Commits](manusa/actions-setup-minikube@v2.15.0...v2.16.0) --- updated-dependencies: - dependency-name: manusa/actions-setup-minikube dependency-version: 2.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Chris Laprun <metacosm@gmail.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Actions workflow configuration to use a newer version of the manusa/actions-setup-minikube action for CI-based Minikube/Kubernetes testing.
Changes:
- Bump
manusa/actions-setup-minikubefromv2.15.0tov2.16.0in integration and E2E workflows. - Update the Kubernetes version matrix (and default kube version) used by the reusable integration test workflow caller.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .github/workflows/integration-tests.yml | Bumps Minikube setup action to v2.16.0 for reusable integration test workflow. |
| .github/workflows/e2e-test.yml | Bumps Minikube setup action to v2.16.0 for E2E test workflow. |
| .github/workflows/build.yml | Updates Kubernetes versions passed into the reusable integration tests workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
.github/workflows/build.yml
Outdated
| # Use the latest versions supported by minikube, otherwise GitHub it will | ||
| # end up in a throttling requests from minikube and workflow will fail. | ||
| # Minikube does such requests only if a version is not officially supported. | ||
| kubernetes: [ '1.30.12', '1.31.8', '1.32.4','1.33.1' ] | ||
| kubernetes: [ 'v1.32.13','v1.33.9', 'v1.34.5', 'v1.35.2' ] |
There was a problem hiding this comment.
The PR title/description says this is only a bump of manusa/actions-setup-minikube, but this workflow also changes the Kubernetes versions exercised in CI (including adding a v prefix and dropping 1.30/1.31). Please update the PR description/title to reflect this behavioral change, or split the Kubernetes matrix update into a separate PR so it’s easier to review/rollback independently.
Signed-off-by: Chris Laprun <metacosm@gmail.com>
[skip ci] Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Why is this not running the piplines? |
It ran on the previous commit, successfully. The last commit was just a format fix so I skipped CI run. |
|
Ahh oki, thank you! |
Bumps manusa/actions-setup-minikube from 2.15.0 to 2.16.0.
Release notes
Sourced from manusa/actions-setup-minikube's releases.
Commits
e5e04be[RELEASE] Release v2.16.0694e1eachore(docs): document binary dependencies and update procedure039aa77chore(deps): bump cri-tools from v1.28.0 to v1.35.0 (#144)934e59echore(deps): bump CNI plugins from v1.3.0 to v1.9.0 (#143)0e8dc5dchore(docs): improve dependency update instructions in AGENTS.md3a870dbchore(deps): bump jest from 29.7.0 to 30.2.090e8265chore(deps): bump prettier from 3.4.2 to 3.8.12642994chore(deps): bump husky from 9.1.6 to 9.1.721348b0chore(deps): bump axios from 1.13.5 to 1.13.6765e19afeat: expose force output when unsupported K8s version triggers --force (#142)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)